Remove GenerateCQLFromDrool and VmrToFhir operations to drop the offline HLN repository - #601
Open
c-schuler wants to merge 1 commit into
Open
Remove GenerateCQLFromDrool and VmrToFhir operations to drop the offline HLN repository#601c-schuler wants to merge 1 commit into
c-schuler wants to merge 1 commit into
Conversation
…ine HLN repository
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #601 +/- ##
============================================
+ Coverage 19.93% 22.16% +2.23%
Complexity 1688 1688
============================================
Files 312 285 -27
Lines 27689 24901 -2788
Branches 4376 3965 -411
============================================
Hits 5519 5519
+ Misses 21241 18453 -2788
Partials 929 929 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
brynrhodes
approved these changes
Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
CI has been failing on every branch. The
hlnconsulting.jfrog.ioartifactory instance has been deactivated. It now302-redirects every path to
landing.jfrog.com/reactivate-server/hlnconsulting.Change
Removed the following:
GenerateCQLFromDrool: RCKMS drool condition criteria to CQL/ELM generationVmrToFhir: OpenCDS vMRCDSOutputXML to FHIR R4 conversion. Its only test,VmrToFhirOperationTestAlso removed:
support.hln.com-*<repository>declarations from the rootpom.xml.org.cdsframework.rckms:mts-support-rckms,javax.xml.bind:jaxb-api(commented Needed for RCKMS") andorg.jvnet.jaxb2_commons:jaxb2-basicsfromtooling/pom.xml. No source in the repo importsjavax.xml.bindororg.jvnet.jaxb2_commonsdirectly.GenerateCQLFromDroolandVmrToFhircases inOperationFactoryand their entries inMain's help text.cql_generation/**resources,vMROutput.xml, andoperation/default.json(the drool DTO fixture used only by the deletedGenerateCQLFromDroolOperationIT).